home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Shareware World / Entertainment / General / Xconq 7.0.1 / lib / feb-1917.g < prev    next >
Text File  |  1995-08-22  |  994b  |  38 lines

  1. (game-module "feb-1917"
  2.   (title "February Revolution")
  3.   (blurb "Russian revolution of february 1917")
  4.   (base-module "russian-rev")
  5.   (variants
  6.     (see-all false)
  7.   )
  8. )
  9.  
  10. (set terrain-seen true)
  11.  
  12. (include "u-rus-1910")
  13.  
  14. (set synthesis-methods '(make-initial-materials))
  15.  
  16. (set calendar ("usual" "day"))
  17. (set initial-date "12 Mar 1917") ; but february, old style
  18.  
  19. (side 1 (name "Russian Empire") (noun "Czarist")
  20.         (color "blue") (emblem-name "arms-russia"))
  21. (side 2 (name "The Revolution") (adjective "revolutionary")
  22.         (color "red") (emblem-name "hammer-and-sickle"))
  23. (side 3 (name "Germany") (noun "German") 
  24.         (color "gray,black,white") (emblem-name "german-cross"))
  25.  
  26. (unit "Tashkent" (s 1))
  27. (unit "Petrograd" (s 2))
  28. (unit "Warszawa" (s 3))
  29.  
  30. (game-module (design-notes (
  31.   "This scenario is under developement;"
  32.   "Massimo Campostrini (campo@sunthpi3.difi.unipi.it)."
  33.   ""
  34.   "Really set up the forces in february 1917."
  35. )))
  36. (game-module (notes (
  37.   "Under contruction."
  38. )))